Skip to content

Conversation

@rshest
Copy link
Contributor

@rshest rshest commented Nov 21, 2025

Summary:

Changelog

[Internal] -

It makes sense to explicitly shut down TimerManager instance to make sure that this is done from the place and thread it's intended to - otherwise, since lifetime of TimerManager instance is managed by a shared pointer, this can lead to situations, whereas some other thread retains the shared pointer and calls the shut down at some later stage, which can lead to all kinds of unintended consequences.

Differential Revision: D87631467

…thread

Summary:
# Changelog
[Internal] - 

It makes sense to explicitly shut down TimerManager instance to make sure that this is done from the place and thread it's intended to - otherwise, since lifetime of TimerManager instance is managed by a shared pointer, this can lead to situations, whereas some other thread retains the shared pointer and calls the shut down at some later stage, which can lead to all kinds of unintended consequences.

Differential Revision: D87631467
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 21, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 21, 2025

@rshest has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87631467.

@meta-codesync
Copy link

meta-codesync bot commented Nov 21, 2025

This pull request has been merged in 2285512.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Nov 21, 2025
@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @rshest in 2285512

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. meta-exported p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants